home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 151-175 / disk_165 / plotview / readme < prev    next >
Text File  |  1992-05-06  |  1KB  |  32 lines

  1.               This is the Unix Plot file interpreter. 
  2.                        by Joel Swank
  3.  
  4.  
  5. There are two versions: Plot2am is a simple CLI only, one file at a time
  6. plotter. PlotView has more features and an intuition interface. To get
  7. a closer representation of plot output these routines try to load a font
  8. called 'puny.font' (included). If this fails they will use the default.
  9. For more information on PlotView read the file hlp.txt or select the HELP
  10. menu item. Here is info on using plot2am:
  11.  
  12. I have downloaded some test plot files. Run them as follows:
  13.  
  14. plot2am -x550 -y425 wdotted.plot
  15. plot2am -x550 -y425 wdotdashed.plot
  16. plot2am -x550 -y425 wlongdashed.plot
  17. plot2am -x550 -y425 wshortdashed.plot
  18. plot2am -x550 -y425 wsolid.plot
  19. plot2am -x1100 -y1000 xxx.plot
  20.  
  21.  
  22. The -x and -y options are scaling values and need to be determined by
  23. experiment for each plot file. Default is -x550 -y450;
  24.  
  25. After viewing the plot file click the (invisable) close gadget in the
  26. upper left corner Plot2Am window.
  27.  
  28. I have used the arc routine from the public domain Sunplot package by
  29. Sjoerd Mullended.
  30.  
  31. PlotView uses the FileIO, and ColorWindows packages by RJ Mical.
  32.